ComponentOne ASP.NET MVC Controls
TooltipBaseBuilder<TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : TooltipBaseBuilder<TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.TooltipBase.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Class TooltipBaseBuilder
    (Of TControl As TooltipBase,
     TBuilder As TooltipBaseBuilder(Of TControl,TBuilder)) 
   Inherits BaseBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public class TooltipBaseBuilder<TControl,TBuilder> : BaseBuilder<TControl,TBuilder> 
where TControl: TooltipBase
where TBuilder: TooltipBaseBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Inheritance Hierarchy

System.Object
         C1.Web.Mvc.Fluent.TooltipBaseBuilder<TControl,TBuilder>

See Also

Reference

TooltipBaseBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace